﻿2026-08-25T16:04:51.1488551Z ##[group]Run actions/checkout@v5
2026-08-25T16:04:51.1489660Z with:
2026-08-25T16:04:51.1490392Z   fetch-depth: 0
2026-08-25T16:04:51.1491312Z   repository: BigscreenVR/spt-bs-core
2026-08-25T16:04:51.1498390Z   token: ***
2026-08-25T16:04:51.1546771Z   ssh-strict: true
2026-08-25T16:04:51.1548095Z   ssh-user: git
2026-08-25T16:04:51.1548893Z   persist-credentials: true
2026-08-25T16:04:51.1549821Z   clean: true
2026-08-25T16:04:51.1550580Z   sparse-checkout-cone-mode: true
2026-08-25T16:04:51.1551412Z   fetch-tags: false
2026-08-25T16:04:51.1552087Z   show-progress: true
2026-08-25T16:04:51.1552775Z   lfs: false
2026-08-25T16:04:51.1553428Z   submodules: false
2026-08-25T16:04:51.1554129Z   set-safe-directory: true
2026-08-25T16:04:51.1554949Z   allow-unsafe-pr-checkout: false
2026-08-25T16:04:51.1555836Z ##[endgroup]
2026-08-25T16:04:51.2313668Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T16:04:51.2316050Z ##[group]Getting Git version info
2026-08-25T16:04:51.2317288Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T16:04:51.2319504Z [command]/usr/bin/git version
2026-08-25T16:04:51.2320322Z git version 2.43.0
2026-08-25T16:04:51.2328179Z ##[endgroup]
2026-08-25T16:04:51.2336283Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/34101448-c372-41cf-8751-3d867f83880d/.gitconfig'
2026-08-25T16:04:51.2344114Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/34101448-c372-41cf-8751-3d867f83880d' before making global git config changes
2026-08-25T16:04:51.2346324Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T16:04:51.2348259Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T16:04:51.2379261Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T16:04:51.2398794Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T16:04:51.2409206Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T16:04:51.2411983Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T16:04:51.2433671Z refs/heads/golden/field-seal-225-r2
2026-08-25T16:04:51.2440319Z [command]/usr/bin/git checkout --detach
2026-08-25T16:04:51.2795368Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:04:51.2848682Z [command]/usr/bin/git branch --delete --force golden/field-seal-225-r2
2026-08-25T16:04:51.2891267Z Deleted branch golden/field-seal-225-r2 (was 561d5c5d5).
2026-08-25T16:04:51.3822052Z ##[endgroup]
2026-08-25T16:04:51.3825161Z [command]/usr/bin/git submodule status
2026-08-25T16:04:51.4030580Z ##[group]Cleaning the repository
2026-08-25T16:04:51.4032261Z [command]/usr/bin/git clean -ffdx
2026-08-25T16:04:55.5345412Z Removing bench-ledger/
2026-08-25T16:04:55.5352592Z Removing target/
2026-08-25T16:04:55.5353836Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T16:04:55.5555410Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T16:04:55.5561788Z ##[endgroup]
2026-08-25T16:04:55.5564400Z ##[group]Disabling automatic garbage collection
2026-08-25T16:04:55.5570215Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T16:04:55.5597525Z ##[endgroup]
2026-08-25T16:04:55.5598043Z ##[group]Setting up auth
2026-08-25T16:04:55.5605836Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T16:04:55.5632562Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-25T16:04:55.5821764Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T16:04:55.5846332Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-25T16:04:55.6032239Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T16:04:55.6056880Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T16:04:55.6253344Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T16:04:55.6285010Z ##[endgroup]
2026-08-25T16:04:55.6285458Z ##[group]Fetching the repository
2026-08-25T16:04:55.6291784Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-25T16:05:01.7966701Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-25T16:05:01.7967353Z  * [new branch]          fix/input-ack-viewer-oracle -> origin/fix/input-ack-viewer-oracle
2026-08-25T16:05:01.8051496Z [command]/usr/bin/git branch --list --remote origin/golden/field-seal-225-r2
2026-08-25T16:05:01.8112939Z   origin/golden/field-seal-225-r2
2026-08-25T16:05:01.8120033Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:05:01.8136335Z 561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b
2026-08-25T16:05:01.8139793Z ##[endgroup]
2026-08-25T16:05:01.8140232Z ##[group]Determining the checkout info
2026-08-25T16:05:01.8141182Z ##[endgroup]
2026-08-25T16:05:01.8144294Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T16:05:01.8181109Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T16:05:01.8204045Z ##[group]Checking out the ref
2026-08-25T16:05:01.8206502Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225-r2 refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T16:05:01.8271493Z Switched to a new branch 'golden/field-seal-225-r2'
2026-08-25T16:05:01.8272070Z branch 'golden/field-seal-225-r2' set up to track 'origin/golden/field-seal-225-r2'.
2026-08-25T16:05:01.8277319Z ##[endgroup]
2026-08-25T16:05:01.8314820Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T16:05:01.8342298Z 561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b
